home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / irit / man / man6 / cregion.6 < prev    next >
Text File  |  1996-07-16  |  476b  |  21 lines

  1. .TH CREGION
  2.  6 "IRIT Version 6.0" 
  3. .SH NAME
  4. CREGION
  5.  
  6.  
  7.  
  8.  CurveType CREGION( CurveType Curve, NumericType MinParam,
  9.                                                        NumericType MaxParam )
  10.  
  11. Extracts a region from Curve between MinParam and MaxParam.
  12. Both MinParam and MaxParam should be contained in the
  13. parametric domain of the Curve.
  14.  
  15. Example:
  16.  
  17.     SubCrv = CREGION( Crv, 0.3, 0.6 );
  18.  
  19. extracts the region from Crv from the parameter value 0.3 to the
  20. parameter value 0.6.
  21.